home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / gfx / 3d / irit50src.lha / irit5 / irit / dosintr.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-13  |  696 b   |  20 lines

  1. /*****************************************************************************
  2. *   "Irit" - the 3d (not only polygonal) solid modeller.             *
  3. *                                         *
  4. * Written by:  Gershon Elber                Ver 0.2, Mar. 1990   *
  5. ******************************************************************************
  6. * General, visible to others, definitions of DosIntr module.             *
  7. *****************************************************************************/
  8.  
  9. /* Prototypes of the functions in the module: */
  10.  
  11. #ifndef    DOS_INTR_GH
  12. #define    DOS_INTR_GH
  13.  
  14. void DosChangeDir(char *s);
  15. double DosGetTime(double ResetTime);
  16. void DosSystem(char *s);
  17. void MilisecondSleep(RealType *MiliSeconds);
  18.  
  19. #endif    /* DOS_INTR_GH */
  20.